parser program

英 [ˈpɑːzə ˈprəʊɡræm] 美 [ˈpɑrsər ˈproʊɡræm]

【计】分析程序

计算机



双语例句

  1. The disadvantage is lack of flexibility& you must write a new parser program for each new format, and if a format changes, you must change, recompile, relink, and redeploy the parser program.
    缺点在于缺乏灵活性&您必须为每种新的格式编写新的解析器程序,并且如果格式更改,您就必须更改、重新编译、重新链接和重新部署解析器程序。
  2. Programmatic approach& A specific parser program is written to parse each message format.
    编程方法&编写特定的解析器程序来解析每种消息格式。
  3. Some simple programs can get by on almost no additional code; others use a parser as a tiny portion of a much larger and more complicated program.
    一些简单的程序可以不依赖于任何另外的代码;在一些更大更复杂的程序中,解析器只是很小的一部分。
  4. Descriptive approach& You write a single general-purpose model-driven parser program to parse all formats, with each message format represented by its own model.
    描述方法&您将编写单个通用的模型驱动的解析器程序来解析所有格式,每种消息格式由各自的模型表示。
  5. As a reminder: the Reader is basically Clojure's parser; it turns a textual representation of a Clojure program into Clojure data structures, which can then be evaluated.
    说明一下,Reader基本上是个Clojure解析器;它会将文本形式的Clojure程序转换为Clojure数据结构,然后再对该数据结构求值。
  6. The parser stage checks the query transmitted by the application program for correct syntax and creates a query tree.
    分析器阶段检查从应用程序(客户端)发送过来的查询,核对语法并创建一个查询树。
  7. Parser of NC code is one of most important parts in the NC simulation system that is driven directly by NC program.
    在直接通过NC代码来驱动仿真加工过程的数控仿真系统中,NC代码的解析处于系统的核心地位。
  8. The parser achieves the input source code analysis and information extraction by calling the designed production-based multilingual program information extractor.
    分析器通过调用本文设计的基于产生式的多语言程序信息提取器实现对输入的源程序分析及信息抽取。
  9. This method first takes the clone code of C programs as input and generates parser tree. Based on parser tree built above, program dependence graph is established and static analysis is performed, through which the control dependence information and data flow information are collected.
    该方法首先为C克隆代码构造语法树,并在语法树的基础上建立程序依赖图,然后进行静态分析,从而获得程序的控制流信息和数据流信息。